home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
4775
/
4775.xpi
/
chrome
/
autofillforms.jar
/
content
/
autofillFormsRuleEditor.js
< prev
next >
Wrap
Text File
|
2008-07-10
|
451b
|
12 lines
/*
* @package autofillForms
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU General Public License
* @link https://blueimp.net/mozilla/
*/
window.addEventListener('load', function() { autofillForms.ruleEditorInitialize(); }, false);
window.addEventListener('unload', function() { autofillForms.ruleEditorFinalize(); }, false);
window.addEventListener('focus', function() { autofillForms.ruleEditorFocus(); }, true);